/*******************************************************************************
* Main
*******************************************************************************/

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    text-align: left;
    font-size: 100.01%; 
} 

img {
    border: 0 none; 
}

a {
    outline: none;
}


.left    {float: left;}
.clear   {clear: both; height: 0px;}

/* generiertes Formular */
div.form_row {
    margin-top: 1.5em;
}

div.form_row label {
    width: 20em;
    float: left;
}

div.form_row .form_content {
    float: left;
}

div.form_row input[type="text"], div.form_row input[type="password"] {
    width: 21em;
}

div.form_row textarea {
    width: 24em;
    height: 10em;
}

div.form_content div {
    width: 24em;
}

div.captchaText {
    width: 24em;
}

div.form_success, div.form_message, div.form_error {
    font-weight: bold;
    color: #071C5A;
}

.error {
    color: red;
    font-weight: bold;
}

table.test {
    border: 5px dotted black;
}

.grau {
    color: #fff;
    background-color: #555;
}

table.test th {
    color: #fff;
    background-color: #4E72A4;
}

table.test td {
    border: 1px solid black;
}

a.test {
    display: block;
}
